home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 6.1.G.dxr / Internal_4_terug H6.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  162 b   |  16 lines

  1. on mouseDown me
  2.   global naam
  3.   naam = "6.1.dir"
  4.   tell the stage
  5.     wisseltje()
  6.   end tell
  7. end
  8.  
  9. on mouseEnter
  10.   cursor(280)
  11. end
  12.  
  13. on mouseLeave
  14.   cursor(-1)
  15. end
  16.